<html>
<head>
<title></title>
</head>
<body>
<EMBED name="em1" src="m01.mid" hidden="true" autostart="false">
<form>
<input type="button" value="音楽を再生" onClick="document.em1.play()">
<input type="button" value="音楽を停止" onClick="document.em1.stop()">
</form>
</body>
</html>
|